home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / uucp / DanNews10.lha / DanNews10 / History next >
Text File  |  1995-05-29  |  2KB  |  59 lines

  1. Version 0.4 -> 1.0
  2. ------------------
  3.  
  4. - Re-wrote the file stuff to make it faster. Can't really tell if it is or
  5.   not, but I can't be arsed to change it back.
  6. - Added support for the control group.
  7. - Gets newsgroup list from UULIB:DanNewsGroups as well as UULIB:newsgroups,
  8.   so you can define extra groups that you don't want your newsreader to show
  9.   (makes the control groups easier to manage).
  10. - Fixed CTRL-C memory leak.
  11. - Made error messages clearer.
  12.  
  13.  
  14. Version 0.3 -> 0.4
  15. ------------------
  16.  
  17. - It can be given a plain file instead of a batch file (even though, it still
  18.   doesn't do local postings).
  19. - Won't complain any more if batch file doesn't exist.
  20. - Won't complain any more if given an empty batch file.
  21. - Won't crash any more with very corrupt batch files.
  22. - Writes .next files out faster.
  23.  
  24.  
  25. Version 0.2 -> 0.3
  26. ------------------
  27.  
  28. - It'll accept input from stdin now (eg. "DanNews <some_batch_file").
  29. - If the batch file's corrupt, you get the offset of (roughly) where the
  30.   error is. Now load it into an editor, go to the offset, and tidy things up.
  31.   It must be an editor that doesn't expand or compress any tabs or spaces.
  32. - Sometimes hitting ^C would leave a file locked. Fixed.
  33. - If you've got hardlinks turned on and the program finds that it can't
  34.   hardlink crossposted articles then it tries to save the article normally
  35.   instead of just giving an error message and moving on to the next one
  36.   (which was what happened last time).
  37. - Added DELETE switch - automatically delete the batch file at the end if
  38.   everything unbatched OK.
  39. - Added PATH switch: alter the 'Path' header to include your sitename.
  40. - Added XREF switch: generate 'Xref' headers for your newsreader.
  41. - Added -1 switch: only unbatch to the first group listed in the 'Newsgroups'
  42.   header for crossposted articles.
  43. - Added -h switch: turn off hardlinks for crossposted articles.
  44. - Added -n switch: run through the program but don't unbatch anything.
  45. - Added -t option: give directory of tempory work file (only used for
  46.   unbatches from stdin).
  47.  
  48.  
  49. Version 0.1 -> 0.2
  50. ------------------
  51.  
  52. - Fixed a problem where if you give a negative number for the cache size
  53.   (this also included the default), it got confused about the amount of free
  54.   memory so sometimes it wouldn't unbatch the news.
  55. - Got rid of an enforcer hit.
  56. - On a couple of occasions it could lock up instead of unbatching. Fixed
  57.   that.
  58. - Add some statistics, if you want them, with the STATS switch.
  59.